home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #6
/
Amiga Plus CD - 2004 - No. 06.iso
/
AmigaPlus
/
Begleitmaterial
/
50Tools
/
Grafik
/
PerfectPaint
/
rexx
/
Alchemy
/
Script
/
Ectachrome.rx
< prev
next >
Wrap
Text File
|
2001-10-23
|
736b
|
50 lines
/* Alchemy script
000
0
0
*/
options results
parse ARG Port x1 y1 x2 y2 type b
ADDRESS value Port
pp_UpdateUndoBox x1-1 y1-1 x2+1 y2+1
tot=5
pp_AvoidRefresh
pp_Progresstext 'Ectachrome'
pp_ComposeReqOff
pp_PicttoSpare
pp_EffectOn
pp_Progress 1 tot
pp_Displace 30
pp_BoxF x1 y1 x2 y2
pp_Progress 2 tot
pp_Compose 1 100 0
pp_ConvInit 1 159 0
pp_Conv 0 2 4 5 4 2
pp_Conv 1 4 9 12 9 4
pp_Conv 2 5 12 15 12 5
pp_Conv 3 4 9 12 9 4
pp_Conv 4 2 4 5 4 2
pp_BoxF x1 y1 x2 y2
pp_Progress 3 tot
pp_Compose 0 100 0
pp_BoxF x1 y1 x2 y2
pp_Progress 4 tot
pp_Spare
pp_Compose 4 100 0
pp_BoxF x1 y1 x2 y2
pp_Progress 5 tot
pp_EffectOff
pp_Compose 0 100 0
pp_ComposeReqOn
pp_ProgressClr
pp_PermitRefresh
EXIT